home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 30 / _SETUP.1 / MiniMac.exe / 0 / RCDATA / TFRMUSERSETTINGS / TFRMUSERSETTINGS.txt < prev   
Text File  |  2001-03-20  |  13KB  |  462 lines

  1. object frmUserSettings: TfrmUserSettings
  2.   Left = 374
  3.   Top = 89
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'User Settings'
  7.   ClientHeight = 460
  8.   ClientWidth = 490
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pcSettings: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 490
  23.     Height = 419
  24.     ActivePage = tshtGeneral
  25.     Align = alClient
  26.     TabOrder = 0
  27.     OnChange = pcSettingsChange
  28.     object tshtGeneral: TTabSheet
  29.       Caption = 'General'
  30.       object Bevel1: TBevel
  31.         Left = 112
  32.         Top = 25
  33.         Width = 318
  34.         Height = 2
  35.       end
  36.       object Bevel2: TBevel
  37.         Left = 150
  38.         Top = 101
  39.         Width = 287
  40.         Height = 2
  41.       end
  42.       object Label1: TLabel
  43.         Left = 16
  44.         Top = 19
  45.         Width = 78
  46.         Height = 13
  47.         Caption = 'General Settings'
  48.       end
  49.       object Label2: TLabel
  50.         Left = 16
  51.         Top = 95
  52.         Width = 113
  53.         Height = 13
  54.         Caption = 'Enable Default HotKeys'
  55.       end
  56.       object Label4: TLabel
  57.         Left = 16
  58.         Top = 228
  59.         Width = 40
  60.         Height = 13
  61.         Caption = 'Minimize'
  62.       end
  63.       object Bevel3: TBevel
  64.         Left = 82
  65.         Top = 233
  66.         Width = 353
  67.         Height = 1
  68.       end
  69.       object Label3: TLabel
  70.         Left = 16
  71.         Top = 302
  72.         Width = 158
  73.         Height = 13
  74.         Caption = 'Snipper and V-Clipboard Settings '
  75.       end
  76.       object Bevel4: TBevel
  77.         Left = 188
  78.         Top = 307
  79.         Width = 247
  80.         Height = 1
  81.       end
  82.       object cboxMiniOnRecord: TCheckBox
  83.         Left = 31
  84.         Top = 250
  85.         Width = 115
  86.         Height = 16
  87.         Caption = 'Minimize on record'
  88.         TabOrder = 0
  89.       end
  90.       object cboxMinionAssign: TCheckBox
  91.         Left = 31
  92.         Top = 275
  93.         Width = 190
  94.         Height = 16
  95.         Caption = 'Minimize after macro assignment'
  96.         TabOrder = 1
  97.       end
  98.       object cboxMinimizeonStartup: TCheckBox
  99.         Left = 280
  100.         Top = 42
  101.         Width = 166
  102.         Height = 17
  103.         Caption = 'Start MiniMacro minimized'
  104.         TabOrder = 2
  105.       end
  106.       object cboxAlt3: TCheckBox
  107.         Left = 31
  108.         Top = 168
  109.         Width = 97
  110.         Height = 17
  111.         Caption = 'Alt + 3'
  112.         TabOrder = 3
  113.       end
  114.       object cboxAlt2: TCheckBox
  115.         Left = 31
  116.         Top = 141
  117.         Width = 97
  118.         Height = 17
  119.         Caption = 'Alt + 2'
  120.         TabOrder = 4
  121.       end
  122.       object cboxAlt1: TCheckBox
  123.         Left = 31
  124.         Top = 115
  125.         Width = 97
  126.         Height = 17
  127.         Caption = 'Alt + 1'
  128.         TabOrder = 5
  129.       end
  130.       object cboxVMacro: TCheckBox
  131.         Left = 223
  132.         Top = 115
  133.         Width = 117
  134.         Height = 17
  135.         Caption = 'V-Macro'
  136.         TabOrder = 6
  137.       end
  138.       object cboxVClipboard: TCheckBox
  139.         Left = 223
  140.         Top = 141
  141.         Width = 153
  142.         Height = 17
  143.         Caption = 'V- Clipboard '
  144.         TabOrder = 7
  145.       end
  146.       object cboxCtrlM: TCheckBox
  147.         Left = 223
  148.         Top = 166
  149.         Width = 211
  150.         Height = 17
  151.         Caption = 'Ctrl + M  ( minimize/maximize MiniMacro )'
  152.         TabOrder = 8
  153.       end
  154.       object cboxShowTipsOnStartup: TCheckBox
  155.         Left = 31
  156.         Top = 66
  157.         Width = 211
  158.         Height = 17
  159.         Caption = 'Show tips window on startup'
  160.         TabOrder = 9
  161.       end
  162.       object cboxDisplayHints: TCheckBox
  163.         Left = 31
  164.         Top = 42
  165.         Width = 211
  166.         Height = 17
  167.         Caption = 'Display hints'
  168.         TabOrder = 10
  169.       end
  170.       object btnEnableAll: TButton
  171.         Left = 360
  172.         Top = 117
  173.         Width = 77
  174.         Height = 24
  175.         Caption = 'Enable All'
  176.         TabOrder = 11
  177.         Visible = False
  178.         OnClick = btnEnableAllClick
  179.       end
  180.       object rgrpSnipper: TRzRadioGroup
  181.         Left = 264
  182.         Top = 327
  183.         Width = 203
  184.         Height = 64
  185.         BorderSides = []
  186.         Caption = 'V-Clipboard capture format'
  187.         GroupStyle = gsCustom
  188.         ItemFont.Charset = DEFAULT_CHARSET
  189.         ItemFont.Color = clWindowText
  190.         ItemFont.Height = -11
  191.         ItemFont.Name = 'MS Sans Serif'
  192.         ItemFont.Style = []
  193.         Items.Strings = (
  194.           '...as list'
  195.           '...as sentance')
  196.         TabOrder = 12
  197.       end
  198.       object cboxSnipperStart: TCheckBox
  199.         Left = 32
  200.         Top = 330
  201.         Width = 192
  202.         Height = 16
  203.         Caption = 'Snipper runs at startup'
  204.         TabOrder = 13
  205.       end
  206.       object cboxStop: TCheckBox
  207.         Left = 223
  208.         Top = 192
  209.         Width = 224
  210.         Height = 17
  211.         Caption = 'Ctrl+Shift+S (Stop Recording)'
  212.         TabOrder = 14
  213.       end
  214.       object cboxGo: TCheckBox
  215.         Left = 32
  216.         Top = 194
  217.         Width = 184
  218.         Height = 17
  219.         Caption = 'Ctrl+Shift+G (Start Recording)'
  220.         TabOrder = 15
  221.       end
  222.     end
  223.     object tshtLaunchPad: TTabSheet
  224.       Caption = 'Launch Pad'
  225.       ImageIndex = 1
  226.       object Label5: TLabel
  227.         Left = 64
  228.         Top = 51
  229.         Width = 203
  230.         Height = 14
  231.         Caption = 'Enter the full path of a program to execute'
  232.         Font.Charset = ANSI_CHARSET
  233.         Font.Color = clWindowText
  234.         Font.Height = -11
  235.         Font.Name = 'Arial'
  236.         Font.Style = []
  237.         ParentFont = False
  238.         WordWrap = True
  239.       end
  240.       object Label6: TLabel
  241.         Left = 10
  242.         Top = 128
  243.         Width = 33
  244.         Height = 15
  245.         Caption = 'Alt + 3'
  246.         Font.Charset = ANSI_CHARSET
  247.         Font.Color = clBlack
  248.         Font.Height = -12
  249.         Font.Name = 'Arial'
  250.         Font.Style = []
  251.         ParentFont = False
  252.       end
  253.       object Label7: TLabel
  254.         Left = 10
  255.         Top = 102
  256.         Width = 33
  257.         Height = 15
  258.         Caption = 'Alt + 2'
  259.         Font.Charset = ANSI_CHARSET
  260.         Font.Color = clBlack
  261.         Font.Height = -12
  262.         Font.Name = 'Arial'
  263.         Font.Style = []
  264.         ParentFont = False
  265.       end
  266.       object Label9: TLabel
  267.         Left = 10
  268.         Top = 77
  269.         Width = 33
  270.         Height = 15
  271.         Caption = 'Alt + 1'
  272.         Font.Charset = ANSI_CHARSET
  273.         Font.Color = clBlack
  274.         Font.Height = -12
  275.         Font.Name = 'Arial'
  276.         Font.Style = []
  277.         ParentFont = False
  278.       end
  279.       object sbtnLoad1: TSpeedButton
  280.         Left = 415
  281.         Top = 74
  282.         Width = 21
  283.         Height = 21
  284.         Flat = True
  285.         Glyph.Data = {
  286.           06020000424D0602000000000000760000002800000028000000140000000100
  287.           0400000000009001000000000000000000001000000000000000000000000000
  288.           80000080000000808000800000008000800080800000C0C0C000808080000000
  289.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  290.           33333333333333333333333333333333333333333333333333FFFFFFFFFFFFFF
  291.           3333380000000000000333333888888888888883F3333007B7B7B7B7B7B03333
  292.           3883F33333333338F33330F07B7B7B7B7B70333338F8F333333333383F3330B0
  293.           B7B7B7B7B7B7033338F83F33333333338F3330FB0B7B7B7B7B7B033338F38F33
  294.           3333333383F330BF07B7B7B7B7B7B03338F383FFFFF3333338F330FBF000007B
  295.           7B7B703338F33888883FFFFFF83330BFB0FFFF000000033338F338F333888888
  296.           8F3330FBF0FFFFFFFFFF033338F338F33FFFFFF38F3330BFB0FF000000FF0333
  297.           38F338F3888888338F3330FBF0FFFFFFFFFF0333387F88F3FFFFF3338F333300
  298.           00F00000FFFF0333338888F8888833FF8F33333330FFFFFFF0000333333338F3
  299.           FFFFF8888333333330F00000F0FF0333333338F8888838F38333333330FFFFFF
  300.           F0F03333333338F3333338F83333333330FFFFFFF0033333333338FFFFFFF883
  301.           3333333330000000003333333333388888888833333333333333333333333333
  302.           33333333333333333333}
  303.         Layout = blGlyphRight
  304.         NumGlyphs = 2
  305.         OnClick = sbtnLoad1Click
  306.       end
  307.       object sbtnLoad2: TSpeedButton
  308.         Left = 415
  309.         Top = 100
  310.         Width = 21
  311.         Height = 21
  312.         Flat = True
  313.         Glyph.Data = {
  314.           06020000424D0602000000000000760000002800000028000000140000000100
  315.           0400000000009001000000000000000000001000000000000000000000000000
  316.           80000080000000808000800000008000800080800000C0C0C000808080000000
  317.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  318.           33333333333333333333333333333333333333333333333333FFFFFFFFFFFFFF
  319.           3333380000000000000333333888888888888883F3333007B7B7B7B7B7B03333
  320.           3883F33333333338F33330F07B7B7B7B7B70333338F8F333333333383F3330B0
  321.           B7B7B7B7B7B7033338F83F33333333338F3330FB0B7B7B7B7B7B033338F38F33
  322.           3333333383F330BF07B7B7B7B7B7B03338F383FFFFF3333338F330FBF000007B
  323.           7B7B703338F33888883FFFFFF83330BFB0FFFF000000033338F338F333888888
  324.           8F3330FBF0FFFFFFFFFF033338F338F33FFFFFF38F3330BFB0FF000000FF0333
  325.           38F338F3888888338F3330FBF0FFFFFFFFFF0333387F88F3FFFFF3338F333300
  326.           00F00000FFFF0333338888F8888833FF8F33333330FFFFFFF0000333333338F3
  327.           FFFFF8888333333330F00000F0FF0333333338F8888838F38333333330FFFFFF
  328.           F0F03333333338F3333338F83333333330FFFFFFF0033333333338FFFFFFF883
  329.           3333333330000000003333333333388888888833333333333333333333333333
  330.           33333333333333333333}
  331.         Layout = blGlyphRight
  332.         NumGlyphs = 2
  333.         OnClick = sbtnLoad2Click
  334.       end
  335.       object sbtnLoad3: TSpeedButton
  336.         Left = 415
  337.         Top = 126
  338.         Width = 21
  339.         Height = 21
  340.         Flat = True
  341.         Glyph.Data = {
  342.           06020000424D0602000000000000760000002800000028000000140000000100
  343.           0400000000009001000000000000000000001000000000000000000000000000
  344.           80000080000000808000800000008000800080800000C0C0C000808080000000
  345.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  346.           33333333333333333333333333333333333333333333333333FFFFFFFFFFFFFF
  347.           3333380000000000000333333888888888888883F3333007B7B7B7B7B7B03333
  348.           3883F33333333338F33330F07B7B7B7B7B70333338F8F333333333383F3330B0
  349.           B7B7B7B7B7B7033338F83F33333333338F3330FB0B7B7B7B7B7B033338F38F33
  350.           3333333383F330BF07B7B7B7B7B7B03338F383FFFFF3333338F330FBF000007B
  351.           7B7B703338F33888883FFFFFF83330BFB0FFFF000000033338F338F333888888
  352.           8F3330FBF0FFFFFFFFFF033338F338F33FFFFFF38F3330BFB0FF000000FF0333
  353.           38F338F3888888338F3330FBF0FFFFFFFFFF0333387F88F3FFFFF3338F333300
  354.           00F00000FFFF0333338888F8888833FF8F33333330FFFFFFF0000333333338F3
  355.           FFFFF8888333333330F00000F0FF0333333338F8888838F38333333330FFFFFF
  356.           F0F03333333338F3333338F83333333330FFFFFFF0033333333338FFFFFFF883
  357.           3333333330000000003333333333388888888833333333333333333333333333
  358.           33333333333333333333}
  359.         Layout = blGlyphRight
  360.         NumGlyphs = 2
  361.         OnClick = sbtnLoad3Click
  362.       end
  363.       object Image2: TImage
  364.         Left = 382
  365.         Top = 51
  366.         Width = 15
  367.         Height = 17
  368.         Picture.Data = {<image000.bmp>}
  369.       end
  370.       object Label8: TLabel
  371.         Left = 8
  372.         Top = 19
  373.         Width = 77
  374.         Height = 13
  375.         Caption = 'Launch Settings'
  376.       end
  377.       object Bevel5: TBevel
  378.         Left = 112
  379.         Top = 25
  380.         Width = 309
  381.         Height = 2
  382.       end
  383.       object editExecute1: TEdit
  384.         Left = 63
  385.         Top = 73
  386.         Width = 337
  387.         Height = 22
  388.         Hint = 'Enter path as:  C:\WINNT\NOTEPAD.EXE'
  389.         TabStop = False
  390.         CharCase = ecUpperCase
  391.         Font.Charset = ANSI_CHARSET
  392.         Font.Color = clWindowText
  393.         Font.Height = -11
  394.         Font.Name = 'Arial'
  395.         Font.Style = []
  396.         ParentFont = False
  397.         ParentShowHint = False
  398.         ShowHint = True
  399.         TabOrder = 0
  400.       end
  401.       object editExecute2: TEdit
  402.         Left = 63
  403.         Top = 99
  404.         Width = 337
  405.         Height = 22
  406.         TabStop = False
  407.         CharCase = ecUpperCase
  408.         Font.Charset = ANSI_CHARSET
  409.         Font.Color = clWindowText
  410.         Font.Height = -11
  411.         Font.Name = 'Arial'
  412.         Font.Style = []
  413.         ParentFont = False
  414.         TabOrder = 1
  415.       end
  416.       object editExecute3: TEdit
  417.         Left = 63
  418.         Top = 125
  419.         Width = 337
  420.         Height = 22
  421.         TabStop = False
  422.         CharCase = ecUpperCase
  423.         Font.Charset = ANSI_CHARSET
  424.         Font.Color = clWindowText
  425.         Font.Height = -11
  426.         Font.Name = 'Arial'
  427.         Font.Style = []
  428.         ParentFont = False
  429.         TabOrder = 2
  430.       end
  431.     end
  432.   end
  433.   object RzPanel1: TRzPanel
  434.     Left = 0
  435.     Top = 419
  436.     Width = 490
  437.     Height = 41
  438.     Align = alBottom
  439.     BorderOuter = fsNone
  440.     TabOrder = 1
  441.     object btnCancel: TRzButton
  442.       Left = 393
  443.       Top = 10
  444.       ModalResult = 2
  445.       Caption = '&Cancel'
  446.       TabOrder = 0
  447.     end
  448.     object btnOK: TRzButton
  449.       Left = 307
  450.       Top = 11
  451.       ModalResult = 1
  452.       Caption = '&Ok'
  453.       TabOrder = 1
  454.       OnClick = btnOKClick
  455.     end
  456.   end
  457.   object OpenDialog1: TOpenDialog
  458.     Left = 451
  459.     Top = 94
  460.   end
  461. end
  462.